home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / wiggi_wa.swf / scripts / DefineSprite_314 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  199 b   |  15 lines

  1. function onEnterFrame()
  2. {
  3.    if(ready == true)
  4.    {
  5.       this._x -= (_X - xPos) / 5;
  6.    }
  7.    else
  8.    {
  9.       this._x -= (500 - _X) / 5;
  10.    }
  11. }
  12. ready = false;
  13. xPos = _X;
  14. _X = _X - 500;
  15.